runtime.g.stackguard1 (field)
7 uses
runtime (current package)
proc.go#L854: mp.gsignal.stackguard1 = mp.gsignal.stack.lo + stackGuard
proc.go#L1556: gp.stackguard1 = gp.stackguard0
proc.go#L4466: newg.stackguard1 = ^uintptr(0)
runtime2.go#L424: stackguard1 uintptr // offset known to liblink
signal_unix.go#L1327: old.stackguard1 = gp.m.gsignal.stackguard1
signal_unix.go#L1334: gp.m.gsignal.stackguard1 = stsp + stackGuard
signal_unix.go#L1346: gp.stackguard1 = st.stackguard1
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |